Conversation
Adds import of sep from std/path Attempt to fix oakserver#356
|
We should try to find a way to test this, as I am not 100% clear under what conditions it fails. A specific example in the issue and a test would really help in understanding if the fix is correct. |
|
@kitsonk What’s happening is that the Deno standard library’s Example REPL session (click to expand)On Linux, This PR addresses this by stripping out any remaining initial slashes via a regex match. This is safe, since Windows doesn’t allow slashes in paths. An alternative solution would be to prepend I believe that the fact that |
|
This is a test comment |
This is an attempt to fix #356 in case any implementation from upstream (deno std library) is not to be expected